net/http.http2requestBody.needsContinue (field)

4 uses

	net/http (current package)
		h2_bundle.go#L6274: 		needsContinue: res.NeedsContinue,
		h2_bundle.go#L6505: 	needsContinue bool       // need to send a 100-continue
		h2_bundle.go#L6518: 	if b.needsContinue {
		h2_bundle.go#L6519: 		b.needsContinue = false